Skip to content

Conversation

@mpl75
Copy link

@mpl75 mpl75 commented Jun 23, 2025

Just small PHP8.3 issues resolved

@mpl75
Copy link
Author

mpl75 commented Jan 30, 2026

Hi @analogic,

This PR fixes PHP 8.3 deprecation warnings caused by the ${var} string interpolation syntax, which was deprecated in PHP 8.2 and generates warnings in PHP 8.3+.

The fix is minimal and non-breaking - just replacing ${var} with sprintf() in 4 places.

Would you be able to review and merge this? Many users are now running PHP 8.3+ and getting deprecation warnings.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant